home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 May / Chip Mayıs 2001.iso / prog / share / 33 / data1.cab / Program_Executable_Files / OptimizeIt40D / ui / VAgeWizard.table < prev    next >
Encoding:
Text File  |  2001-03-11  |  1.6 KB  |  41 lines

  1. /**
  2.  * Visual Age integration wizard 
  3.  */
  4. (
  5.   {
  6.     class="Text";
  7.     title="Visual Age integration";
  8.     type="HTML";
  9.     body = ("This wizard allows Visual Age 2, 3 or 3.5 users to integrate OptimizeIt in the Visual Age environment.<br><br>","Once the integration is performed, OptimizeIt is available from Visual Age's Selected menu, in the Tools submenu. By selecting the \"Start profiling\" item of this menu, users can easily profile the applications developed in Visual Age.<br><br>","It is strongly recommended that you exit Visual Age before running this setup. Click Cancel to quit setup then close Visual Age. Click Next to continue with the setup wizard.");
  10.   },
  11.   {
  12.     title="Select Visual Age directory";
  13.     class="DirectorySelection";
  14.     helper="intuitive.optit.wizard.helper.VAgeDirectorySelection";
  15.     text="Select the Visual Age directory you want to use with OptimizeIt.\nPress the \"Next\" button when done.";
  16.   },    
  17.   {
  18.     title="Configure Visual Age";
  19.     class="Summary";
  20.     helper="intuitive.optit.wizard.helper.VAgeSummary";
  21.     text="Please review the changes below and click on the \"Configure\" button when done.";
  22.     defaultButtonLabel="Configure";
  23.   },
  24.   {
  25.     title="Configuring Visual Age";
  26.     class="PerformAction";
  27.     helper="intuitive.optit.wizard.helper.VAgeConfiguration";
  28.     final="true"; // Means that we cannot go back
  29.   },
  30.   {
  31.     title="Visual Age integration finished";
  32.     class="Text";
  33.     type="HTML";
  34.     helper="intuitive.optit.wizard.helper.VAgeFinished";    
  35.     alt1ButtonVisible="false"; // Value can be false, or maybe. Default is maybe
  36.     alt2ButtonVisible="false";
  37.   }
  38. )
  39.  
  40.  
  41.